home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / cup tree tie.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.6 KB  |  50 lines

  1. <!-- panel for a single tie in a cup tree -->
  2.  
  3. <panel height="52">
  4.     <layout class="stick_to_sides_attachment" alignment="top, horizontal" inset="0" layout_children="true"/>
  5.     
  6.     <widget class="plain_box" height="52">
  7.     
  8.         <layout class="arrange_vertical_attachment" alignment="top"/>
  9.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  10.         
  11.           <record id="aprn">
  12.             <flags id="bsty" value="no_border"/>
  13.             <colour id="bcol" name="green"/>
  14.             <integer id="imod" value="1"/>
  15.             <real id="btrn" value="0.1"/>
  16.         </record>
  17.         
  18.         <!-- home team / teams -->
  19.         <widget class="group_box" id="home" height="20">
  20.             
  21.             <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
  22.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  23.             
  24.             <widget kind="tmbt" id="team"/>
  25.             <widget class="label" id="rety" auto_size="horizontal">
  26.                 <colour red="255" green="208" blue="0"/>
  27.             </widget>
  28.             <widget class="label" id="scor" auto_size="horizontal"/>
  29.             
  30.             <widget class="group_box" id="list"/>
  31.             
  32.         </widget>
  33.  
  34.         <!-- away team / teams -->
  35.         <widget class="group_box" id="away" height="20">
  36.  
  37.             <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
  38.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  39.             
  40.             <widget kind="tmbt" id="team"/>
  41.             <widget class="label" id="rety" auto_size="horizontal">
  42.                 <colour red="255" green="208" blue="0"/>
  43.             </widget>
  44.             <widget class="label" id="scor" auto_size="horizontal"/>
  45.             
  46.             <widget class="group_box" id="list"/>
  47.             
  48.         </widget>
  49.     </widget>
  50. </panel>